What is a key consideration when choosing to use Service Bus queues over Storage queues?
Your solution requires the queue to provide a guaranteed first-in-first-out (FIFO) ordered delivery.
Your application must store over 80 gigabytes of messages in a queue.
You require server side logs of all of the transactions executed against your queues.
Service Bus queues provide a guaranteed first-in-first-out (FIFO) ordered delivery.